FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider<TItem> Class / RowDetailTemplate Property

In This Topic
    RowDetailTemplate Property (FlexGridDetailProvider<TItem>)
    In This Topic
    Gets or sets the template used for the row detail.
    Syntax
    'Declaration
     
    Public Property RowDetailTemplate As DataTemplate
    public DataTemplate RowDetailTemplate {get; set;}
    See Also